FileLoader.loadFinish

Finishes a file loading started with [method@FileLoader.load_async].

If the contents has been loaded, the following [class@File] properties will be updated: the location, the encoding, the newline type and the compression type.

class FileLoader
bool
loadFinish

Parameters

result AsyncResultIF

a #GAsyncResult.

Return Value

Type: bool

whether the contents has been loaded successfully.

Throws

GException on failure.

Meta